projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24bbe01
)
(compilation-shell-minor-mode): Declare as a function.
author
Glenn Morris
<rgm@gnu.org>
Wed, 5 Dec 2007 03:32:55 +0000
(
03:32
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 5 Dec 2007 03:32:55 +0000
(
03:32
+0000)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index c6ee7f4174bb95d03a51917086296d8256454221..0708bf7037d0f130e0fd0af335b0fd9ac8cb4e93 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1223,6
+1223,9
@@
local value.")
;; (modify-syntax-entry ?\" "." st)
st))
+;; Autoloaded.
+(declare-function compilation-shell-minor-mode "compile" (&optional arg))
+
;; Fixme: This should inherit some stuff from `python-mode', but I'm
;; not sure how much: at least some keybindings, like C-c C-f;
;; syntax?; font-locking, e.g. for triple-quoted strings?